ActiveReports Developer 7
Export a Page Report (Rendering Extension)
Show AllShow All
Hide AllHide All

You can use the rendering extensions for Image, HTML, PDF, XML or Word to render a page report in any of the supported formats. See Rendering for details on rendering formats.

The following steps provide an example of rendering a report in the format.

  1. In Visual Studio, create a new Windows Forms Application or open an existing one.
  2. On the Form.cs or Form.vb that opens, double-click the title bar to create the Form_Load event.
  3. Add the following code inside the Form_Load event.

To write the code in Visual Basic.NET

To write the code in C#

Note: The code above works for any supported rendering format. Simply, replace the instances of PDF with the specific rendering format type and use the desired rendering extension.

 

 


Copyright © 2015 GrapeCity, inc. All rights reserved

Support Forum